home *** CD-ROM | disk | FTP | other *** search
Gui4CLI script | 1998-06-24 | 508 b | 30 lines |
- G4C
-
- winbig -1 -1 350 76 "Directory Hotlist"
- winsmall -1 -1 350 76
- wintype 11110001
- winout nil:
- varpath "climaster/*"
-
- xonopen
- lvuse hotdir.g 1
- cm_goto = ""
- lvsort asc
-
- xonclose
- delvar cm_goto
- lvuse climaster $cm_srce
-
- xonrmb
- guiclose hotdir.g
-
- xlistview 0 0 0 76 "" cm_goto "" 0 txt
- gadid 1
- gadhelp 'Select a path in here to go straight to the directory.'
- gadfont topaz.font 8 000
- lvuse climaster $cm_srce
- gosub climaster godir
- gosub climaster update
- guiclose hotdir.g
-
- ; -----------------------------------